Fix animation-direction reftest
authorMatthias Clasen <mclasen@redhat.com>
Sun, 10 Aug 2014 14:55:03 +0000 (10:55 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 10 Aug 2014 23:11:38 +0000 (19:11 -0400)
This was another victim of clipping changes - the labels were
overdrawing each other, leading to test failure. Prevent this
by separating the grid columns.

testsuite/reftests/animation-direction.ref.ui
testsuite/reftests/animation-direction.ui

index 192012cf3c6618b55de2fa90aa615a1c1b7d0978..6d8dc7b86ae156150eed9b1544b25e3e43bd2426 100644 (file)
@@ -9,6 +9,7 @@
       <object class="GtkGrid" id="grid1">
         <property name="visible">True</property>
         <property name="can_focus">False</property>
+        <property name="column_spacing">2</property>
         <child>
           <object class="GtkLabel" id="label1">
             <property name="visible">True</property>
index 647449b3fd019a5723791d3f9b1838c3847f182b..887dd1dc866a00cb999fede66e8dd1807e65dd8c 100644 (file)
@@ -9,6 +9,7 @@
       <object class="GtkGrid" id="grid1">
         <property name="visible">True</property>
         <property name="can_focus">False</property>
+        <property name="column_spacing">2</property>
         <child>
           <object class="GtkLabel" id="label1">
             <property name="visible">True</property>